type crypto/tls.constantTimeHash

3 uses

	crypto/tls (current package)
		cipher_suites.go#L579: type constantTimeHash interface {
		cipher_suites.go#L587: 	h constantTimeHash
		cipher_suites.go#L599: 		return &cthWrapper{h().(constantTimeHash)}